Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
source
Type: System.ObjectThe source of the event.
args
Type: System.EventArgsThe arguments for the event.
Return Value
Type: System.Boolean
Returns Boolean.
See Also
Gadget Class
Microsoft.WindowsServerSolutions.Web Namespace
Return to top