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
<DescriptionAttribute("A user defined Javascript event handler to receive the Client markAdded Event.")>
<CategoryAttribute("Client PageView Control Events")>
Public Property OnMarkAdded As String
'Usage
Dim instance As PageView
Dim value As String
instance.OnMarkAdded = value
value = instance.OnMarkAdded
[Description("A user defined Javascript event handler to receive the Client markAdded Event.")]
[Category("Client PageView Control Events")]
public string OnMarkAdded {get; set;}
[Description("A user defined Javascript event handler to receive the Client markAdded Event.")]
[Category("Client PageView Control Events")]
public: __property string* get_OnMarkAdded();
public: __property void set_OnMarkAdded(
string* value
);
[Description("A user defined Javascript event handler to receive the Client markAdded Event.")]
[Category("Client PageView Control Events")]
public:
property String^ OnMarkAdded {
String^ get();
void set ( String^ value);
}
See Also