C# Class MyUserControl, code

Inheritance: System.Web.UI.UserControl
Mostra file Open project: shendongnian/code Class Usage Examples

Public Properties

Property Type Description
CaptionProperty DependencyProperty,

Public Methods

Method Description
MyUserControl ( )
MyUserControl ( Person person )

Protected Methods

Method Description
OnKeyDown ( KeyEventArgs e ) : void
OnMoved ( Point movePoint ) : void
OnPropertyChanged ( string propertyName ) : void

Method Details

MyUserControl() public method

public MyUserControl ( )

MyUserControl() public method

public MyUserControl ( Person person )
person Person

OnKeyDown() protected method

protected OnKeyDown ( KeyEventArgs e ) : void
e KeyEventArgs
return void

OnMoved() protected method

protected OnMoved ( Point movePoint ) : void
movePoint Point
return void

OnPropertyChanged() protected method

protected OnPropertyChanged ( string propertyName ) : void
propertyName string
return void

Property Details

CaptionProperty public_oe static_oe property

public static DependencyProperty, CaptionProperty
return DependencyProperty,