Specifies the type of the StateChanged event of a Document.
Syntax
'Declaration
Public Delegate Sub StateChangedHandler( _
ByVal As Object, _
ByVal As StateChangedArgs _
)
public delegate void StateChangedHandler(
object ,
StateChangedArgs
)
Parameters
- sender
- Source of the event.
- e
- An EventArgs value that contains the event data.
See Also