Delegate ItemVisiblityStateChangingEventHandler
Represents the method that will raise changing notifications when an item`s visiblity state is about to be changed while resizing the RadRibbonBar.
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public delegate void ItemVisiblityStateChangingEventHandler(object sender, ItemVisiblityStateChangingEventArgs args);
Parameters
System.Object
sender
|
ItemVisiblityStateChangingEventArgs
args
|
Constructors
ItemVisiblityStateChangingEventHandler(Object, IntPtr)
Declaration
public ItemVisiblityStateChangingEventHandler(object object, IntPtr method)
Parameters
System.Object
object
|
System.IntPtr
method
|
Methods
BeginInvoke(Object, ItemVisiblityStateChangingEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, ItemVisiblityStateChangingEventArgs args, AsyncCallback callback, object object)
Parameters
System.Object
sender
|
ItemVisiblityStateChangingEventArgs
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, ItemVisiblityStateChangingEventArgs)
Declaration
public virtual void Invoke(object sender, ItemVisiblityStateChangingEventArgs args)
Parameters
System.Object
sender
|
ItemVisiblityStateChangingEventArgs
args
|