Condividi tramite


Gadget.OnBubbleEvent Method (Object, EventArgs)

 

Raises the Bubble event.

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

Syntax

protected override bool OnBubbleEvent(
    object source,
    EventArgs args
)
protected:
virtual bool OnBubbleEvent(
    Object^ source,
    EventArgs^ args
) override
Protected Overrides Function OnBubbleEvent (
    source As Object,
    args As EventArgs
) As Boolean

Parameters

Return Value

Type: System.Boolean

Returns Boolean.

See Also

Gadget Class
Microsoft.WindowsServerSolutions.Web Namespace

Return to top