ItemStyleChangingEventHandler
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:
C#
public delegate void ItemStyleChangingEventHandler(object sender, ItemStyleChangingEventArgs args)
Constructors
Methods
C#
public virtual IAsyncResult BeginInvoke(object sender, ItemStyleChangingEventArgs args, AsyncCallback callback, object @object)
C#
public virtual void Invoke(object sender, ItemStyleChangingEventArgs args)