Class DefaultValuesNeededEventArgs
Inheritance
System.Object
System.EventArgs
DefaultValuesNeededEventArgs
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 DefaultValuesNeededEventArgs : DefaultValesNeeedEventArgs
Constructors
DefaultValuesNeededEventArgs(GridViewRowInfo)
Initializes a new instance of the DefaultValuesNeededEventArgs class.
Declaration
public DefaultValuesNeededEventArgs(GridViewRowInfo rowInfo)
Parameters
GridViewRowInfo
rowInfo
The row info. |