ChangePassword.OnBubbleEvent Method
Determines whether the event for the ChangePassword control is passed up the Web server control hierarchy for the page.
Assembly: System.Web (in System.Web.dll)
'Declaration Protected Overrides Function OnBubbleEvent ( _ source As Object, _ e As EventArgs _ ) As Boolean 'Usage Dim source As Object Dim e As EventArgs Dim returnValue As Boolean returnValue = Me.OnBubbleEvent(source, _ e)
Parameters
- source
- Type: System.Object
The source of the event.
- e
- Type: System.EventArgs
An EventArgs object that contains the event data.
Return Value
Type: System.Booleantrue if the event has been canceled; otherwise, false. The default is false.
The ChangePassword control contains child controls for the Change Password and Success views. Rather than each button raising an event individually, events from the nested controls are bubbled (that is, they are sent to the naming container). The naming container in turn raises a generic event called ItemCommand with parameter values that allow you to determine which individual control raised the original event. By responding to this single event, you can avoid writing event-handling methods for individual child controls.
Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.