public event GoLayoutProgressEventHandler Progress
Event Data
The event handler receives an argument of type GoLayoutProgressEventArgs containing data related to this event. The following GoLayoutProgressEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Message | Gets or sets an optional message string that describes the current state of the call to PerformLayout. |
Progress | Gets or sets the ratio that PerformLayout is done. |
See Also