protected void OnGroupGetCompleted(GroupGetEventArgs e) { EventHandler <GroupGetEventArgs> handler = GroupGetCompleted; if (handler != null) { handler(this, e); } }
protected void OnGroupGetCompleted(GroupGetEventArgs e) { EventHandler<GroupGetEventArgs> handler = GroupGetCompleted; if (handler != null) { handler(this, e); } }