Update interface event.

Namespace:  RightEdge.Common.DocumentManager
Assembly:  Common (in Common.dll)
Version: 2008.1.0.0 (2008.1.0.0)

Syntax

C#
public delegate void UpdateInterfaceEvent(
	Object sender,
	DocumentEventArgs e
)
Visual Basic (Declaration)
Public Delegate Sub UpdateInterfaceEvent ( _
	sender As Object, _
	e As DocumentEventArgs _
)
Visual C++
public delegate void UpdateInterfaceEvent(
	Object^ sender, 
	DocumentEventArgs^ e
)

Parameters

sender
Type: System..::.Object
sender object
e
Type: RightEdge.Common.DocumentManager..::.DocumentEventArgs
DocumentEventArgs instance

See Also