ClassVirtualGridViewInfoPropertyChangedEventArgs
Class
Provides data for the ViewInfoPropertyChanged event.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
cs-api-definition
public class VirtualGridViewInfoPropertyChangedEventArgs : VirtualGridEventArgs
Inheritance: objectEventArgsVirtualGridEventArgsVirtualGridViewInfoPropertyChangedEventArgs
Inherited Members
Constructors
VirtualGridViewInfoPropertyChangedEventArgs(VirtualGridViewInfo, string)
Initializes a new instance of the VirtualGridViewInfoPropertyChangedEventArgs class.
Declaration
cs-api-definition
public VirtualGridViewInfoPropertyChangedEventArgs(VirtualGridViewInfo viewInfo, string propertyName)
Parameters
viewInfo
The view info.
propertyName
Name of the property.
Properties
PropertyName
Gets the name of the changed property.