OnClientPropertyChanged Property (Range)
In This Topic
Gets or sets the maximum distance from the element to display the tooltip.
Syntax
'Declaration
Public Property OnClientPropertyChanged As System.String
'Usage
Dim instance As Range
Dim value As System.String
instance.OnClientPropertyChanged = value
value = instance.OnClientPropertyChanged
public System.string OnClientPropertyChanged {get; set;}
public read-write property OnClientPropertyChanged: System.String;
public function get,set OnClientPropertyChanged : System.String
public: __property System.string* get_OnClientPropertyChanged();
public: __property void set_OnClientPropertyChanged(
System.string* value
);
public:
property System.String^ OnClientPropertyChanged {
System.String^ get();
void set ( System.String^ value);
}
See Also