In This Topic
Data to be used with the
CustomEventID
Syntax
'Declaration
<CanBeNullAttribute()>
Public Property CustomEventData As String
[CanBeNull()]
public string CustomEventData {get; set;}
[CanBeNull()]
public:
property String^ CustomEventData {
String^ get();
void set ( String^ value);
}
See Also