OnClientItemsSourceChanging Property (TransposedGrid<T>)
In This Topic
Occurs after the grid has been bound to a new items source.
Syntax
'Declaration
Public Property OnClientItemsSourceChanging As String
public string OnClientItemsSourceChanging {get; set;}
See Also