GetSelection() public method

public GetSelection ( ) : IElement[]
return IElement[]
Beispiel #1
0
        public SelectionEventHandler(Element element, SelectionSource source)
        {
            this.source  = source;
            this.element = element;

            oldSelection = source.GetSelection();
            element.accessible.ObjectEvents.SelectionChanged += OnSelectionChanged;
        }
Beispiel #2
0
		public SelectionEventHandler (Element element, SelectionSource source)
		{
			this.source = source;
			this.element = element;

			oldSelection = source.GetSelection ();
			element.accessible.ObjectEvents.SelectionChanged += OnSelectionChanged;
		}