CodeDomSerializer.SerializeEvents Method

Definition

Serializes all events of the specified object.

C#
protected void SerializeEvents(System.ComponentModel.Design.Serialization.IDesignerSerializationManager manager, System.CodeDom.CodeStatementCollection statements, object value, Attribute[] filter);

Parameters

manager
IDesignerSerializationManager

The serialization manager to use during serialization.

statements
CodeStatementCollection

A statements collection to which serialized event statements are added.

value
Object

The object whose events are to be serialized.

filter
Attribute[]

A member attribute filter to apply to the event search.

Applies to

Product Versions
.NET Framework 1.1