NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

EventHandlerSetActionUnit Class

Represents an atomic undoable action unit to be added to the IUndoService implementation.

Object
   ComponentChangeBaseActionUnit
      PropertyChangeActionUnit
         EventHandlerSetActionUnit

[Visual Basic]
Public Class EventHandlerSetActionUnit
   Inherits PropertyChangeActionUnit
[C#]
public class EventHandlerSetActionUnit : PropertyChangeActionUnit
[C++]
public __gc class EventHandlerSetActionUnit : public
   PropertyChangeActionUnit
[JScript]
public class EventHandlerSetActionUnit extends
   PropertyChangeActionUnit

Remarks

[To be supplied.]

Requirements

Namespace: System.ComponentModel.Design

Assembly: System.dll

See Also

EventHandlerSetActionUnit Members | System.ComponentModel.Design Namespace | IUndoService | IActionUnit