softend:programmieren:csharp:notifyinfo:start

NotifyInfo

Notify Klasse zum Informieren von Ereignissen zwischen Objekten

namespace Notify
    NotifyInfo TreeNotify = new NotifyInfo();
    
    TreeNotify.OnRaiseMeldungHandler += TreeNotify_OnRaiseMeldungHandler;
        
    private void TreeNotify_OnRaiseMeldungHandler(object sender, NotifyInfoEventArgs k)
    {
        fcbTreeInfo.AppendText(k.Key.ToString()+Environment.NewLine);
    }
  • softend/programmieren/csharp/notifyinfo/start.txt
  • Zuletzt geändert: 2019/05/02 17:26
  • von 127.0.0.1