Method RaiseOpening
RaiseOpening(CancelEventArgs, bool)
Raises the "Opening" event.
void RaiseOpening(CancelEventArgs e, bool recursive = true)
Parameters
eCancelEventArgsA CancelEventArgs instance containing the event data.
recursiveboolThe bool value indicating whether the closing event should be raised for child items.