Compartilhar via


Gadget.OnAbortTransaction Method (EventArgs)

 

Raises the AbortTransaction event.

Namespace:   Microsoft.WindowsServerSolutions.Web
Assembly:  Wssg.Web (in Wssg.Web.dll)

Syntax

protected override void OnAbortTransaction(
    EventArgs e
)
protected:
virtual void OnAbortTransaction(
    EventArgs^ e
) override
Protected Overrides Sub OnAbortTransaction (
    e As EventArgs
)

Parameters

See Also

Gadget Class
Microsoft.WindowsServerSolutions.Web Namespace

Return to top