pmMDA.NET

ViewEventHandler Delegate

[This is preliminary documentation and subject to change.]

Represents the method, that will handle the Changed event.

public delegate void ViewEventHandler(
   object sender,
   ViewEventArgs e
);

Parameters

sender
The source of the event
e
A ViewEventArgs that contains the event data.

Requirements

Namespace: PmMda.Net.Views

Assembly: pmMDA.NET.Common (in pmMDA.NET.Common.dll)

See Also

PmMda.Net.Views Namespace