Aspose::Font::ICallbackStartEndOperations class

ICallbackStartEndOperations class

Designed to be used in scenarios when some logic must be executed before start of method and after end of method. Parameters for StartCallbackOperation(ICallbackOperationParams) and EndCallbackOperation(ICallbackOperationParams) needed to be defined by classes which must inherit ICallbackOperationParams interface.

class ICallbackStartEndOperations : public virtual System::Object

Methods

MethodDescription
virtual EndCallbackOperation(System::SharedPtr<ICallbackOperationParams>)
virtual StartCallbackOperation(System::SharedPtr<ICallbackOperationParams>)

See Also