AnnotationEditor.PropertyChangedEventHandler Delegate
In This Topic
Syntax
'Declaration
<GuidAttribute("70B826EE-D279-393E-B95B-0AC52D695983")>
Public Delegate Sub AnnotationEditor.PropertyChangedEventHandler( _
ByVal As String, _
ByVal As String, _
ByVal As String, _
ByVal As String _
)
[Guid("70B826EE-D279-393E-B95B-0AC52D695983")]
public delegate void AnnotationEditor.PropertyChangedEventHandler(
string ,
string ,
string ,
string
)
public delegate AnnotationEditor.PropertyChangedEventHandler(
: String;
: String;
: String;
: String
);
GuidAttribute("70B826EE-D279-393E-B95B-0AC52D695983")
public delegate AnnotationEditor.PropertyChangedEventHandler(
: String,
: String,
: String,
: String
)
[Guid("70B826EE-D279-393E-B95B-0AC52D695983")]
public: __gc __delegate void AnnotationEditor.PropertyChangedEventHandler(
string* ,
string* ,
string* ,
string*
)
[Guid("70B826EE-D279-393E-B95B-0AC52D695983")]
public delegate void AnnotationEditor.PropertyChangedEventHandler(
String^ ,
String^ ,
String^ ,
String^
)
Parameters
- PropertyName
- Specifies the name of the modified annotation property.
- Reserved1
- Do not use. Here for future usage.
- Reserved2
- Do not use. Here for future usage.
- Reserved3
- Do not use. Here for future usage.
See Also