TNotifyVecEvent Event

MulticastDelegateTNotifyVecEvent

type TNotifyVecEvent = procedure (Sender: TObject; Vec: TVec) of object;

Event type passing a TVec object as a parameter.

Event type passing a TVec object as a parameter.