Method RaiseOpening
RaiseOpening(CancelEventArgs, bool)
Raises the Opening event and OnOpening(CancelEventArgs) method.
public void RaiseOpening(CancelEventArgs e, bool recursive = true)
Parameters
eCancelEventArgsA EventArgs that contains the event data.
recursiveboolThe bool value indicating whether the opening event should be raised for child items.