Delegate ResizeEventSetBounds
Event to set new bounds, can return validated new bounds
Assembly: Reportman.Designer.dll
Syntax
public delegate Rectangle ResizeEventSetBounds(Rectangle newvalue)
Parameters
Returns
Constructors
View Source
ResizeEventSetBounds(object, nint)
Declaration
public ResizeEventSetBounds(object @object, nint method)
Parameters
Methods
View Source
BeginInvoke(Rectangle, AsyncCallback, object)
Declaration
public virtual IAsyncResult BeginInvoke(Rectangle newvalue, AsyncCallback callback, object @object)
Parameters
Returns
View Source
EndInvoke(IAsyncResult)
Declaration
public virtual Rectangle EndInvoke(IAsyncResult result)
Parameters
Returns
View Source
Invoke(Rectangle)
Declaration
public virtual Rectangle Invoke(Rectangle newvalue)
Parameters
Returns