Метод | Описание | |
---|---|---|
Dispose ( ) : void | ||
Hookup ( object target ) : System | ||
IHookupInternal ( |
||
PropChanged ( object sender, |
Should be sent when the particular property that this hookup manages changes. Subclasses override as needed.
|
|
PropChanged ( object sender, |
||
SelectAtEnd ( ) : |
Make an insertion point at the end of the data covered by the hookup. This base implementation doesn't have any way to do so.
|
|
SelectAtStart ( ) : |
Make an insertion point at the start of the data covered by the hookup. This base implementation doesn't have any way to do so.
|
Метод | Описание | |
---|---|---|
Dispose ( bool beforeDestructor ) : void |
protected Dispose ( bool beforeDestructor ) : void | ||
beforeDestructor | bool | |
Результат | void |
public IHookupInternal ( |
||
parent | ||
Результат | void |
public PropChanged ( object sender, |
||
sender | object | |
args | ||
Результат | void |
public PropChanged ( object sender, |
||
sender | object | |
args | ||
Результат | void |
public SelectAtEnd ( ) : |
||
Результат |
public SelectAtStart ( ) : |
||
Результат |