Upraviť

Zdieľať cez


SerializationEventHandler Delegate

Definition

public delegate void SerializationEventHandler(StreamingContext context);
public delegate void SerializationEventHandler(StreamingContext context);
type SerializationEventHandler = delegate of StreamingContext -> unit
Public Delegate Sub SerializationEventHandler(context As StreamingContext)

Parameters

Extension Methods

GetMethodInfo(Delegate)

Gets an object that represents the method represented by the specified delegate.

Applies to