'Declaration Public Delegate Function LayoutNotificationCallback( _ ByVal state As LayoutState _ ) As Boolean
public delegate bool LayoutNotificationCallback( LayoutState state )
Parameters
- state
Return Value
true to continue layout or false to cancel layout