Delegate ProvideLayoutInformationEventHandler
Represents the method that will handle the ProvideLayoutInformation event of the LayoutManager.
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Shared.Base.dll
Syntax
public delegate void ProvideLayoutInformationEventHandler(object sender, ProvideLayoutInformationEventArgs e);
Parameters
Type | Name | Description |
---|---|---|
System.Object | sender | The source of the event. |
ProvideLayoutInformationEventArgs | e | A ProvideLayoutInformationEventArgs that contains the event data. |
Constructors
ProvideLayoutInformationEventHandler(Object, IntPtr)
Declaration
public ProvideLayoutInformationEventHandler(object object, IntPtr method)
Parameters
Type | Name | Description |
---|---|---|
System.Object | object | |
System.IntPtr | method |
Methods
BeginInvoke(Object, ProvideLayoutInformationEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, ProvideLayoutInformationEventArgs e, AsyncCallback callback, object object)
Parameters
Type | Name | Description |
---|---|---|
System.Object | sender | |
ProvideLayoutInformationEventArgs | e | |
System.AsyncCallback | callback | |
System.Object | object |
Returns
Type |
---|
System.IAsyncResult |
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
Type | Name | Description |
---|---|---|
System.IAsyncResult | result |
Invoke(Object, ProvideLayoutInformationEventArgs)
Declaration
public virtual void Invoke(object sender, ProvideLayoutInformationEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Object | sender | |
ProvideLayoutInformationEventArgs | e |