Delegate GetMinSizeHandler
Handles the GetMinSizeHandler event.
Assembly: Syncfusion.Tools.Windows.dll
public delegate void GetMinSizeHandler(ref Size szProposal);
Parameters
Type |
Name |
Description |
System.Drawing.Size |
szProposal |
The size which needs to be specified.
|
Constructors
Declaration
public GetMinSizeHandler(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
Declaration
public virtual IAsyncResult BeginInvoke(ref Size szProposal, AsyncCallback callback, object object)
Parameters
Type |
Name |
Description |
System.Drawing.Size |
szProposal |
|
System.AsyncCallback |
callback |
|
System.Object |
object |
|
Returns
Declaration
public virtual void EndInvoke(ref Size szProposal, IAsyncResult result)
Parameters
Type |
Name |
Description |
System.Drawing.Size |
szProposal |
|
System.IAsyncResult |
result |
|
Declaration
public virtual void Invoke(ref Size szProposal)
Parameters
Type |
Name |
Description |
System.Drawing.Size |
szProposal |
|