ItemStyleChangedEventHandler
Delegate
Represents the method that will raise property changed notifications when the items added to a RadRibbonBarGroup are updated after changing the RibbonLayout.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public delegate void ItemStyleChangedEventHandler(object sender, ItemStyleChangedEventArgs args)
Constructors
Methods
C#
public virtual IAsyncResult BeginInvoke(object sender, ItemStyleChangedEventArgs args, AsyncCallback callback, object @object)
C#
public virtual void Invoke(object sender, ItemStyleChangedEventArgs args)