SfcApplicationEvents Class

Definition

This class holds global Sfc events

public class SfcApplicationEvents
type SfcApplicationEvents = class
Public Class SfcApplicationEvents
Inheritance
SfcApplicationEvents

Constructors

SfcApplicationEvents()

Methods

OnAfterObjectMoved(SfcInstance, SfcAfterObjectMovedEventArgs)
OnAfterObjectRenamed(SfcInstance, SfcAfterObjectRenamedEventArgs)
OnBeforeObjectMoved(SfcInstance, SfcBeforeObjectMovedEventArgs)
OnBeforeObjectRenamed(SfcInstance, SfcBeforeObjectRenamedEventArgs)
OnObjectAltered(SfcInstance, SfcObjectAlteredEventArgs)
OnObjectCreated(SfcInstance, SfcObjectCreatedEventArgs)
OnObjectDropped(SfcInstance, SfcObjectDroppedEventArgs)

Events

AfterObjectMoved
AfterObjectRenamed
BeforeObjectMoved
BeforeObjectRenamed
ObjectAltered
ObjectCreated
ObjectDropped

Applies to