Mobiform Software - Aurora API Documentation

AuroraProjectEventHandler Delegate

Represents the method that will handle an event for Aurora Project

public delegate void AuroraProjectEventHandler(
   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