Delegate EllipsisClick
Callback raised when the ellipsis button of an EllipsisEditingControl is clicked;
the handler may replace text and returns true if the value was changed.
Assembly: Reportman.Designer.dll
Syntax
public delegate bool EllipsisClick(EllipsisEditingControl sender, ref string text)
Parameters
| Type |
Name |
Description |
| EllipsisEditingControl |
sender |
Callback raised when the ellipsis button of an is clicked; the handler may replace text and returns true if the value was changed. |
| string |
text |
Callback raised when the ellipsis button of an is clicked; the handler may replace text and returns true if the value was changed. |
Returns
| Type |
Description |
| bool |
Callback raised when the ellipsis button of an is clicked; the handler may replace text and returns true if the value was changed. |
Constructors
View Source
EllipsisClick(object, nint)
Declaration
public EllipsisClick(object @object, nint method)
Parameters
Methods
View Source
BeginInvoke(EllipsisEditingControl, ref string, AsyncCallback, object)
Declaration
public virtual IAsyncResult BeginInvoke(EllipsisEditingControl sender, ref string text, AsyncCallback callback, object @object)
Parameters
Returns
View Source
EndInvoke(ref string, IAsyncResult)
Declaration
public virtual bool EndInvoke(ref string text, IAsyncResult result)
Parameters
Returns
View Source
Invoke(EllipsisEditingControl, ref string)
Declaration
public virtual bool Invoke(EllipsisEditingControl sender, ref string text)
Parameters
Returns