Mobiform Software - Aurora API Documentation

AuroraProjectSerializationEventHandler Delegate

Represents the method that will handle a serialization event for Aurora Project

public delegate bool AuroraProjectSerializationEventHandler(
   Object sender,
   IAuroraProject project
);

Parameters

sender
the source of the event
project
the name of the project

Requirements

Namespace: Aurora.Interfaces

Assembly: AuroraInterfaces (in AuroraInterfaces.dll)

See Also

Aurora.Interfaces Namespace