CmisSync.CmisSyncTableDelegate.SelectionDidChange C# (CSharp) Method

SelectionDidChange() public method

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