Delegate StatusBarPanelSettings.PanelWidthChanged
Represents the method that will handle the WidthChanged event.
Assembly: Syncfusion.Edit.Windows.dll
public delegate void PanelWidthChanged(int Width, StatusBarPanelSettings settings);
Parameters
Constructors
Declaration
public PanelWidthChanged(object object, IntPtr method)
Parameters
| Type |
Name |
Description |
| System.Object |
object |
|
| System.IntPtr |
method |
|
Methods
Declaration
public virtual IAsyncResult BeginInvoke(int Width, StatusBarPanelSettings settings, AsyncCallback callback, object object)
Parameters
| Type |
Name |
Description |
| System.Int32 |
Width |
|
| StatusBarPanelSettings |
settings |
|
| System.AsyncCallback |
callback |
|
| System.Object |
object |
|
Returns
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
| Type |
Name |
Description |
| System.IAsyncResult |
result |
|
Declaration
public virtual void Invoke(int Width, StatusBarPanelSettings settings)
Parameters