Method | Description | |
---|---|---|
NotifyPropertyChangedStream ( Stream s ) : System |
Initializes a new instance of the CmisSync.Lib.Streams.NotifyPropertyChangedStream class.
|
Method | Description | |
---|---|---|
NotifyPropertyChanged ( string propertyName ) : void |
This method is called by the Set accessor of each property.
|
protected NotifyPropertyChanged ( string propertyName ) : void | ||
propertyName | string | Property name. |
return | void |
public NotifyPropertyChangedStream ( Stream s ) : System | ||
s | Stream | Stream to be wrapped. |
return | System |