C# Class MyUserControl, code

Inheritance: System.Web.UI.UserControl
Afficher le fichier Open project: shendongnian/code Class Usage Examples

Méthodes publiques

Свойство Type Description
CaptionProperty DependencyProperty,

Méthodes publiques

Méthode Description
MyUserControl ( )
MyUserControl ( Person person )

Méthodes protégées

Méthode Description
OnKeyDown ( KeyEventArgs e ) : void
OnMoved ( Point movePoint ) : void
OnPropertyChanged ( string propertyName ) : void

Method Details

MyUserControl() public méthode

public MyUserControl ( )

MyUserControl() public méthode

public MyUserControl ( Person person )
person Person

OnKeyDown() protected méthode

protected OnKeyDown ( KeyEventArgs e ) : void
e KeyEventArgs
Résultat void

OnMoved() protected méthode

protected OnMoved ( Point movePoint ) : void
movePoint Point
Résultat void

OnPropertyChanged() protected méthode

protected OnPropertyChanged ( string propertyName ) : void
propertyName string
Résultat void

Property Details

CaptionProperty public_oe static_oe property

public static DependencyProperty, CaptionProperty
Résultat DependencyProperty,