GoDiagram Win Reference
Progress Event

The Progress event is raised at various times during the PerformLayout routine to indicate progress. In particular, a Progress event should be raised at the start of the layout with a progress of 0.0 and at the end of the layout with a progress of 1.0. Other calls with progress values should be layout routine specific.
Syntax
'Declaration
 
Public Event Progress As GoLayoutProgressEventHandler
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.

PropertyDescription
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.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GoLayout Class
GoLayout Members

 

 


© 2015. Northwoods Software Corporation. All Rights Reserved.

Send Feedback