Delegate OutlineEvent
Represents a method that will handle the IOutlining.Expanding and IOutlining.Collapsing event.
public delegate void OutlineEvent(object sender, OutlineEventArgs e)
  Parameters
senderobjectThe source of the event.
eOutlineEventArgsA
OutlineEventArgsthat contains the event data.