Gets or sets user defined Javascript event handler to receive client events that
indicate when a new mark is added to the collection.
Syntax
'Declaration
<CategoryAttribute("Client PageView Control Events")>
<DescriptionAttribute("A user defined Javascript event handler to receive the Client markAdded Event.")>
Public Property OnMarkAdded As String
'Usage
Dim instance As PageView
Dim value As String
instance.OnMarkAdded = value
value = instance.OnMarkAdded
[Category("Client PageView Control Events")]
[Description("A user defined Javascript event handler to receive the Client markAdded Event.")]
public string OnMarkAdded {get; set;}
[Category("Client PageView Control Events")]
[Description("A user defined Javascript event handler to receive the Client markAdded Event.")]
public: __property string* get_OnMarkAdded();
public: __property void set_OnMarkAdded(
string* value
);
[Category("Client PageView Control Events")]
[Description("A user defined Javascript event handler to receive the Client markAdded Event.")]
public:
property String^ OnMarkAdded {
String^ get();
void set ( String^ value);
}
See Also