Visual Basic | |
---|---|
Public Enum dsCustomPropertyControlEvent_id_e Inherits System.Enum |
C# | |
---|---|
public enum dsCustomPropertyControlEvent_id_e : System.Enum |
JavaScript | |
---|---|
dsCustomPropertyControlEvent_id_e : String |
COM native C++ | |
---|---|
enum dsCustomPropertyControlEvent_id_e |
C++ | |
---|---|
enum dsCustomPropertyControlEvent_id_e |
Member | Description |
---|---|
dsCustomPropertyControl_SizeChangedNotify_id | 1 = SizeChangedNotify |
To receive notifications, a DLL application must register for the notifications by object type. This registration must be done for each instance of a particular object.
See Getting Started for more information about C++ interface add-in template callback functions.