CmisSync.OutlineViewDelegate.SelectionDidChange C# (CSharp) Method

SelectionDidChange() public method

public SelectionDidChange ( NSNotification notification ) : void
notification NSNotification
return void
        public override void SelectionDidChange (NSNotification notification)
        {
            SelectionChanged (notification);
        }