5 references to OptionEventArgs
dotnet-svcutil-lib (5)
Shared\Options\OptionBase.cs (5)
205var e = new OptionEventArgs(value); 215this.Serialized?.Invoke(this, new OptionEventArgs(value)); 222var eventArgs = new OptionEventArgs(value); 233this.ValueChanged?.Invoke(this, new OptionEventArgs(oldValue)); 256public OptionDeserializingEventArgs(JToken jToken) : base(null)