[]
Specifies notification callback for layout operation.
public delegate bool LayoutNotificationCallback(LayoutState state)
Type | Name | Description |
---|---|---|
LayoutState | state | Specifies notification callback for layout operation. |
Type | Description |
---|---|
bool | true to continue layout or false to cancel layout |
Name | Description |
---|---|
LayoutNotificationCallback(object, IntPtr) |
Name | Description |
---|---|
BeginInvoke(LayoutState, AsyncCallback, object) | |
EndInvoke(IAsyncResult) | |
Invoke(LayoutState) |