Class AfterCreateFolderEvent
Represents an event type that is raised after a folder has been created.
public sealed class AfterCreateFolderEvent : CompoundAsyncEvent<CreateFolderEventData>, IAsyncEvent, IEventState
- Inheritance
-
objectAfterCreateFolderEvent
- Implements
- Inherited Members
- Extension Methods
Constructors
AfterCreateFolderEvent()
Initializes a new instance of the AfterCreateFolderEvent class.
public AfterCreateFolderEvent()
Remarks
This constructor should be used only in testing scenarios.