Version

VisibleChangingEvent Class Members

The following tables list the members exposed by VisibleChangingEvent.

Public Constructors
 NameDescription
Public ConstructorVisibleChangingEvent ConstructorCreates an instance of the VisibleChangingEvent arguments in preparation for firing the event notification.  
Public Properties
 NameDescription
Public PropertyButtonThe TBarButton instance that is experiencing a change in it's visibility.  
Public PropertyCancel (Inherited from System.ComponentModel.CancelEventArgs)
Public PropertyNewValueThe new visibility status of Button.  
Public PropertyOldValueThe previous visibility status of Button.  
See Also