Version

VisibleChangingEvent Constructor

Creates an instance of the VisibleChangingEvent arguments in preparation for firing the event notification.
Syntax
'Declaration
 
Public Function New( _
   ByVal targetButton As TBarButton, _
   ByVal newVisibility As Boolean _
)
public VisibleChangingEvent( 
   TBarButton targetButton,
   bool newVisibility
)

Parameters

targetButton
The instance of a TBarButton belonging to this UltraWebToolbar that has experienced a change in it's visibility settings.
newVisibility
The new visibility setting of targetButton.
Remarks

It should not be necessary for applications to create their own instances of VisibleChangingEvent arguments.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also