public HeaderPropertyEventArgs(mcHeaderProperty property) { this.m_property = property; }
public HeaderPropertyEventArgs() { m_property = 0; }