'Declaration
<DescriptionAttribute("A user defined Javascript event handler to receive a call to the propertyChanged event.")>
<CategoryAttribute("Client PageView Control Events")>
Public Property OnPropertyChanged As String
'Usage
Dim instance As PageView
Dim value As String
instance.OnPropertyChanged = value
value = instance.OnPropertyChanged
[Description("A user defined Javascript event handler to receive a call to the propertyChanged event.")]
[Category("Client PageView Control Events")]
public string OnPropertyChanged {get; set;}
[Description("A user defined Javascript event handler to receive a call to the propertyChanged event.")]
[Category("Client PageView Control Events")]
public: __property string* get_OnPropertyChanged();
public: __property void set_OnPropertyChanged(
string* value
);
[Description("A user defined Javascript event handler to receive a call to the propertyChanged event.")]
[Category("Client PageView Control Events")]
public:
property String^ OnPropertyChanged {
String^ get();
void set ( String^ value);
}