C1.WPF Namespace / C1RadialMenu Class / OnOpening Method
The System.ComponentModel.CancelEventArgs instance containing the event data.

In This Topic
OnOpening Method (C1RadialMenu)
In This Topic
Raises the Opening event.
Syntax
'Declaration
 
Protected Overridable Sub OnOpening( _
   ByVal e As CancelEventArgs _
) 
 

Parameters

e
The System.ComponentModel.CancelEventArgs instance containing the event data.
See Also