ModelChangedEventArgs Class

Definition

An abstract base class that represents the event data that holds a description of the changes in the model item tree in the previous editing session.

public ref class ModelChangedEventArgs abstract : EventArgs
public abstract class ModelChangedEventArgs : EventArgs
type ModelChangedEventArgs = class
    inherit EventArgs
Public MustInherit Class ModelChangedEventArgs
Inherits EventArgs
Inheritance
ModelChangedEventArgs

Remarks

This event data can be used by subscribers of the ModelChanged events.

Constructors

ModelChangedEventArgs()

Creates a new instance of the ModelChangedEventArgs class.

Properties

ItemsAdded
Obsolete.

When implemented by a derived class, gets an enumeration of event argument objects that have been added.

ItemsRemoved
Obsolete.

When implemented by a derived class, gets an enumeration of event argument objects that have been removed.

ModelChangeInfo

When implemented by a derived class, gets the detailed information about the changes made in a model.

PropertiesChanged
Obsolete.

When implemented by a derived class, gets an enumeration of properties that have been changed.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to