dsCustomPropertyControlEvent_id_e Enumeration Send Feedback
See Also 
Types of custom property control events.

Syntax

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

Members

MemberDescription
dsCustomPropertyControl_SizeChangedNotify_id1 = SizeChangedNotify

Remarks

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.

See Also