public void NotifyEizoActionCalled(object inObjectCaller, DtoPreset inSelectedObjectInstance, EMVWActions inActionType) { EizoActionCalled?.Invoke(this, new MVW_UserActionEventArgument <DtoPreset, EMVWActions>(inObjectCaller, inSelectedObjectInstance, inActionType)); }
public void NotifyEizoActionCalled(object inObjectCaller, MonitorRectangle inSelectedObjectInstance, EMVWActions inActionType) { EizoActionCalled?.Invoke(this, new MVW_UserActionEventArgument <MonitorRectangle, EMVWActions>(inObjectCaller, inSelectedObjectInstance, inActionType)); }