CmisSync.OutlineViewDelegate.ItemDidExpand C# (CSharp) Method

ItemDidExpand() public method

public ItemDidExpand ( NSNotification notification ) : void
notification NSNotification
return void
        public override void ItemDidExpand(NSNotification notification)
        {
            ItemExpanded (notification);
        }