Delegate PropertyGridItemValueChangingEventHandler
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public delegate void PropertyGridItemValueChangingEventHandler(object sender, PropertyGridItemValueChangingEventArgs e);
Parameters
System.
|
Property
|
Constructors
PropertyGridItemValueChangingEventHandler(Object, IntPtr)
Declaration
public PropertyGridItemValueChangingEventHandler(object object, IntPtr method)
Parameters
System.
|
System.
|
Methods
BeginInvoke(Object, PropertyGridItemValueChangingEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, PropertyGridItemValueChangingEventArgs e, AsyncCallback callback, object object)
Parameters
System.
|
Property
|
System.
|
System.
|
Returns
System.
|
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
System.
|
Invoke(Object, PropertyGridItemValueChangingEventArgs)
Declaration
public virtual void Invoke(object sender, PropertyGridItemValueChangingEventArgs e)
Parameters
System.
|
Property
|