DataObjectChangeEvents.OnEventGroupStarted(EventArgs) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Handler for the EventGroupStarted event.
protected:
virtual void OnEventGroupStarted(EventArgs ^ e);
protected virtual void OnEventGroupStarted (EventArgs e);
abstract member OnEventGroupStarted : EventArgs -> unit
override this.OnEventGroupStarted : EventArgs -> unit
Protected Overridable Sub OnEventGroupStarted (e As EventArgs)
Parameters
Arguments for the specified event.