GoDiagram Web Reference
DocumentChanged Method

Create an IGoUndoableEdit for a GoDocument Changed event.
Syntax
'Declaration
 
Public Overridable Sub DocumentChanged( _
   ByVal sender As Object, _
   ByVal e As GoChangedEventArgs _
) 
public virtual void DocumentChanged( 
   object sender,
   GoChangedEventArgs e
)

Parameters

sender
e
Remarks
This calls SkipEvent if for some reason we should ignore the e. This then creates a GoChangedEventArgs and adds it to the CurrentEdit, a GoUndoManagerCompoundEdit which it allocates if needed. This method always ignores all Changed events while we are performing an Undo or Redo.
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

GoUndoManager Class
GoUndoManager Members

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback