Delegate StatusBarAdvPanel.PanelTextChanged
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public delegate void PanelTextChanged(string text, string name);
Parameters
Type |
Name |
Description |
System.String |
text |
|
System.String |
name |
|
Constructors
PanelTextChanged(Object, IntPtr)
Declaration
public PanelTextChanged(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
BeginInvoke(String, String, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(string text, string name, AsyncCallback callback, object object)
Parameters
Type |
Name |
Description |
System.String |
text |
|
System.String |
name |
|
System.AsyncCallback |
callback |
|
System.Object |
object |
|
Returns
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
Type |
Name |
Description |
System.IAsyncResult |
result |
|
Invoke(String, String)
Declaration
public virtual void Invoke(string text, string name)
Parameters
Type |
Name |
Description |
System.String |
text |
|
System.String |
name |
|