Class VirtualGridViewInfoPropertyChangedEventArgs
Provides data for the ViewInfoPropertyChanged event.
Inheritance
System.Object
System.EventArgs
VirtualGridViewInfoPropertyChangedEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
public class VirtualGridViewInfoPropertyChangedEventArgs : VirtualGridEventArgs
Constructors
VirtualGridViewInfoPropertyChangedEventArgs(VirtualGridViewInfo, String)
Initializes a new instance of the VirtualGridViewInfoPropertyChangedEventArgs class.
Declaration
public VirtualGridViewInfoPropertyChangedEventArgs(VirtualGridViewInfo viewInfo, string propertyName)
Parameters
VirtualGridViewInfo
viewInfo
The view info. |
System.String
propertyName
Name of the property. |
Properties
PropertyName
Gets the name of the changed property.
Declaration
public string PropertyName { get; }
Property Value
System.String
|