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