IProvideEvents Interface Members
See Also  Events
SourceCode.Workflow.Authoring Namespace : IProvideEvents Interface

Glossary Item Box

The following tables list the members exposed by IProvideEvents.

Public Events

  Name Description
Event ItemAdded When implemented by a class, occurs immediately after components are added.  
Event ItemRemoving When implemented by a class, occurs immediately after components are removed.  
Event PropertyChanged When implemented by a class, occurs immediately after properties are changed on the object.  
Top

See Also