/// <summary> /// Initializes a new instance of the <see cref="ChannelUpdateModel" /> class. /// </summary> public ChannelUpdateModel(ChannelModel model, ChannelUpdateEventArgs e) { TargetChannel = model; Arguments = e; Arguments.Model = this; }