Click or drag to resize

NotifyDialogAccessArgs Class

Event argument class for notifying that some dialog was accesses.
Inheritance Hierarchy
System.Object
  System.EventArgs
    ATR.CT.CTInterface.NotifyDialogAccessArgs

Namespace:  ATR.CT.CTInterface
Assembly:  CTInterface (in CTInterface.dll)
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
Availability

CUSTOMTOOLS 2019 SP0


Revised in Description
CUSTOMTOOLS 2019 SP1 Extended with Handle
See Also