pmMDA.NET

View.Changed Event

[This is preliminary documentation and subject to change.]

public event ViewEventHandler Changed;

Event Data

The event handler receives an argument of type ViewEventArgs containing data related to this event. The following ViewEventArgs property provides information specific to this event.

Property Description
View Gets the View that has chenged.

See Also

View Class | PmMda.Net.Views Namespace