New to Telerik UI for WinFormsStart a free 30-day trial

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 VirtualGridEventArgs.ViewInfoEventArgs.Empty

Constructors

Initializes a new instance of the VirtualGridViewInfoPropertyChangedEventArgs class.

C#
public VirtualGridViewInfoPropertyChangedEventArgs(VirtualGridViewInfo viewInfo, string propertyName)
Parameters:viewInfoVirtualGridViewInfo

The view info.

propertyNamestring

Name of the property.

Properties

Gets the name of the changed property.

C#
public string PropertyName { get; }