﻿
function EventRecipient()
{
    this.Originator;
    this.eventName;
    this.method;   
}
