Provides data for the ViewInfoPropertyChanged event.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
C#
public class VirtualGridViewInfoPropertyChangedEventArgs : VirtualGridEventArgs
Inheritance: objectEventArgsVirtualGridEventArgsVirtualGridViewInfoPropertyChangedEventArgs
Inherited Members
Constructors
Initializes a new instance of the VirtualGridViewInfoPropertyChangedEventArgs class.
C#
public VirtualGridViewInfoPropertyChangedEventArgs(VirtualGridViewInfo viewInfo, string propertyName)
The view info.
propertyNamestringName of the property.
Properties
Gets the name of the changed property.
C#
public string PropertyName { get; }