CmisSync.CmisSyncTableDelegate.SelectionDidChange C# (CSharp) Méthode

SelectionDidChange() public méthode

public SelectionDidChange ( NSNotification notification ) : void
notification NSNotification
Résultat void
        public override void SelectionDidChange (NSNotification notification)
        {
            if (SelectionChanged != null)
                SelectionChanged ();
        }
    }
CmisSyncTableDelegate