Delegate StringEvent
Callback raised when an item is chosen from an advanced control's drop-down list,
passing the selected item (a string or an AutoCompleteInfo) as the second argument.
Assembly: Reportman.Drawing.Forms.dll
public delegate void StringEvent(object sender, object nitem)
Parameters
| Type |
Name |
Description |
| object |
sender |
Callback raised when an item is chosen from an advanced control's drop-down list, passing the selected item (a string or an AutoCompleteInfo) as the second argument. |
| object |
nitem |
Callback raised when an item is chosen from an advanced control's drop-down list, passing the selected item (a string or an AutoCompleteInfo) as the second argument. |
Constructors
View Source
Declaration
public StringEvent(object @object, nint method)
Parameters
Methods
View Source
Declaration
public virtual IAsyncResult BeginInvoke(object sender, object nitem, AsyncCallback callback, object @object)
Parameters
Returns
View Source
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
View Source
Declaration
public virtual void Invoke(object sender, object nitem)
Parameters