Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcNumber Class / PopUpOpening Event


PopUpOpening Event
Occurs before the popup calculator open.
Syntax
'Declaration
 
Public Event PopUpOpening As EventHandler(Of PopUpOpeningEventArgs)
 
'Usage
 
Dim instance As GcNumber
Dim handler As EventHandler(Of PopUpOpeningEventArgs)
 
AddHandler instance.PopUpOpening, handler
Event Data

The event handler receives an argument of type PopUpOpeningEventArgs containing data related to this event. The following PopUpOpeningEventArgs properties provide information specific to this event.

PropertyDescription
(Inherited from System.ComponentModel.CancelEventArgs)
Gets or sets a value indicating whether we synchronize data to the drop down when open.  
Remarks
This event is raised if the pop-up window is been opening by either a programmatic modification or user interaction.
See Also