GoDiagram Web Reference
FindBeforeChangingEdit Method

Search for a GoChangedEventArgs that matches this one's Document, Hint, SubHint, and Object, and whose IsBeforeChanging property is true.
Syntax
'Declaration
 
Public Function FindBeforeChangingEdit() As GoChangedEventArgs
public GoChangedEventArgs FindBeforeChangingEdit()
Remarks
The assumption is that there are always pairs of calls to GoDocument.RaiseChanging and RaiseChanged, resulting in pairs of GoChangedEventArgs. This method is not called except when GoDocument.RaiseChanging should have produced recently a IsBeforeChanging event args. This searches GoUndoManager.CurrentEdit backwards.
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

GoChangedEventArgs Class
GoChangedEventArgs Members

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback