C# 클래스 GestSpace.Controls.AutoArrangeGrid.NotifiableUIElementCollection

상속: System.Windows.Controls.UIElementCollection
파일 보기 프로젝트 열기: NicolasDorier/GestSpace

공개 메소드들

메소드 설명
Add ( System element ) : int
NotifiableUIElementCollection ( UIElement visualParent, FrameworkElement logicalParent ) : System
Remove ( UIElement element ) : void

메소드 상세

Add() 공개 메소드

public Add ( System element ) : int
element System
리턴 int

NotifiableUIElementCollection() 공개 메소드

public NotifiableUIElementCollection ( UIElement visualParent, FrameworkElement logicalParent ) : System
visualParent UIElement
logicalParent System.Windows.FrameworkElement
리턴 System

Remove() 공개 메소드

public Remove ( UIElement element ) : void
element UIElement
리턴 void