Constable Authorization Engine 2.0 BETA

ChangeEventArgs Class

[This is preliminary documentation and subject to change.]

The base class for all change notification events.

For a list of all members of this type, see ChangeEventArgs Members.

System.Object
   System.EventArgs
      LaMarvin.ComponentModel.ChangeEventArgs
         LaMarvin.ComponentModel.CollectionChangeEventArgs
         LaMarvin.ComponentModel.PropertyChangeEventArgs

[Visual Basic]
<Serializable>
MustInherit Public Class ChangeEventArgs
    Inherits EventArgs
[C#]
[Serializable]
public abstract class ChangeEventArgs : EventArgs

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: LaMarvin.ComponentModel

Assembly: LaMarvin.Common (in LaMarvin.Common.dll)

See Also

ChangeEventArgs Members | LaMarvin.ComponentModel Namespace