OnClientDragStop Property (C1Dialog)
In This Topic
The name of the function which will be called after the dialog has been dragged.
Syntax
'Declaration
Public Property OnClientDragStop As System.String
public System.string OnClientDragStop {get; set;}
See Also