Class BindingCreatedEventArgs
Inheritance
System.Object
System.EventArgs
BindingCreatedEventArgs
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.UI.dll
Syntax
public class BindingCreatedEventArgs : EventArgs
Constructors
BindingCreatedEventArgs(Control, String, Object, String, Binding)
Declaration
public BindingCreatedEventArgs(Control control, string propertyName, object propertyDataSource, string dataMember, Binding binding)
Parameters
System.Windows.Forms.Control
control
|
System.String
propertyName
|
System.Object
propertyDataSource
|
System.String
dataMember
|
System.Windows.Forms.Binding
binding
|
Properties
Binding
Declaration
public Binding Binding { get; }
Property Value
System.Windows.Forms.Binding
|
Control
Declaration
public Control Control { get; }
Property Value
System.Windows.Forms.Control
|
DataMember
Declaration
public string DataMember { get; }
Property Value
System.String
|
PropertyDataSource
Declaration
public object PropertyDataSource { get; }
Property Value
System.Object
|
PropertyName
Declaration
public string PropertyName { get; }
Property Value
System.String
|