Skybound Rebar

RebarBand.OnChevronClick Method 

Raises the ChevronClick event.

[Visual Basic]
Overridable Protected Sub OnChevronClick( _
   ByVal e As ChevronClickEventArgs _
)
[C#]
protected virtual void OnChevronClick(
   ChevronClickEventArgs e
);

Parameters

e
A ChevronClickEventArgs that contains the event data.

Remarks

The OnChevronClick method also allows derived classes to handle the event without attaching a delegate. This is the preferred technique for handling the event in a derived class.

Notes to Inheritors: When overriding OnChevronClick in a derived class, be sure to call the base class's OnChevronClick method so that registered delegates receive the event.

See Also

RebarBand Class | Skybound.Rebar Namespace