OnClientPositionChanged Property
In This Topic
Gets or sets the client function which occurs while the user moves the Popup, between the Dragging and Dragged events, after the PositionChanging event.
Syntax
'Declaration
Public Property OnClientPositionChanged As System.String
'Usage
Dim instance As Popup
Dim value As System.String
instance.OnClientPositionChanged = value
value = instance.OnClientPositionChanged
public System.string OnClientPositionChanged {get; set;}
public read-write property OnClientPositionChanged: System.String;
public function get,set OnClientPositionChanged : System.String
public: __property System.string* get_OnClientPositionChanged();
public: __property void set_OnClientPositionChanged(
System.string* value
);
public:
property System.String^ OnClientPositionChanged {
System.String^ get();
void set ( System.String^ value);
}
See Also