Delegate ItemStyleChangingEventHandler
Represents the method that will raise property changing notifications when the items added to a RadRibbonBarGroup are updating after changing the RibbonLayout.
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public delegate void ItemStyleChangingEventHandler(object sender, ItemStyleChangingEventArgs args);
Parameters
System.Object
sender
|
ItemStyleChangingEventArgs
args
|
Constructors
ItemStyleChangingEventHandler(Object, IntPtr)
Declaration
public ItemStyleChangingEventHandler(object object, IntPtr method)
Parameters
System.Object
object
|
System.IntPtr
method
|
Methods
BeginInvoke(Object, ItemStyleChangingEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, ItemStyleChangingEventArgs args, AsyncCallback callback, object object)
Parameters
System.Object
sender
|
ItemStyleChangingEventArgs
args
|
System.AsyncCallback
callback
|
System.Object
object
|
Returns
System.IAsyncResult
|
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
System.IAsyncResult
result
|
Invoke(Object, ItemStyleChangingEventArgs)
Declaration
public virtual void Invoke(object sender, ItemStyleChangingEventArgs args)
Parameters
System.Object
sender
|
ItemStyleChangingEventArgs
args
|