Click or drag to resize

NotifyDialogAccessArgs Class

Event argument class for notifying that some dialog was accesses.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    ATR.CT.CTInterfaceNotifyDialogAccessArgs

Namespace: ATR.CT.CTInterface
Assembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntax
public class NotifyDialogAccessArgs : EventArgs

The NotifyDialogAccessArgs type exposes the following members.

Properties
 NameDescription
Public propertyDialog Dialog which was either entered or exited.
Public propertyHandle Handle to dialog
Public propertyOpened True if user entered the dialog, False if user exited the dialog.
Top
Revision History
DateVersionDescription
-2019 SP0First Release
-2019 SP1 Extended with Handle
See Also