Example #1
0
 public object Notify(params object[] args) =>
 generatedClass.NotifyEvent(eventName, args);
 public bool InvokeSetter(T newValue)
 {
     master.NotifyEvent(PropertyChangedName, new object[] { master, eventArgs });
     return(true);
 }