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
Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.
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).
Namespace: Viklele.Win.Designer
Assembly: Viklele.Win.FormDesigner (in Viklele.Win.FormDesigner.dll)
SerializeComponentEventArgs Members | Viklele.Win.Designer Namespace