A runtime form designer control

SerializeComponentEventArgs Class

Provides data for component serialization events.

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

System.Object
   System.EventArgs
      Viklele.Win.Designer.SerializeComponentEventArgs

[Visual Basic]
Public Class SerializeComponentEventArgs
    Inherits EventArgs
[C#]
public class SerializeComponentEventArgs : EventArgs
[C++]
public __gc class SerializeComponentEventArgs : public EventArgs
[JScript]
public class SerializeComponentEventArgs extends 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.

Remarks

Serialization events are fired when a form layout is being saved by the form designer, or when a copy or cut operation is being performed.

SerializeComponentEventArgs provide mechanism to save custom properties of the control that could later be read during a deserialization operation (load layout or paste operation).

Requirements

Namespace: Viklele.Win.Designer

Assembly: Viklele.Win.FormDesigner (in Viklele.Win.FormDesigner.dll)

See Also

SerializeComponentEventArgs Members | Viklele.Win.Designer Namespace