Search
ControlNodeEventArgs Members
Properties
 


Contains the arguments passes to handlers of the control host serialization events, such as ControlNodeSerializing.

The following tables list the members exposed by the ControlNodeEventArgs type.

 Public Properties

  Name Description

Node

Gets a reference to the ControlNode being serialized or deserialized.

Stream

Gets a stream object where you can store or retrieve any custom data.

 See Also