Method | Description | |
---|---|---|
Initialize ( ICloudSourceContext context ) : void | ||
InvalidateProjectOrAccount ( ) : void | ||
Refresh ( ) : void |
Method | Description | |
---|---|---|
LoadDataOverride ( ) : System.Threading.Tasks.Task |
Override this function to load and display the data in the control.
|
|
OnIsExpandedChanged ( bool newValue ) : void |
Method | Description | |
---|---|---|
LoadDataWrapper ( ) : System.Threading.Tasks.Task |
public Initialize ( ICloudSourceContext context ) : void | ||
context | ICloudSourceContext | |
return | void |
protected abstract LoadDataOverride ( ) : System.Threading.Tasks.Task | ||
return | System.Threading.Tasks.Task |
protected OnIsExpandedChanged ( bool newValue ) : void | ||
newValue | bool | |
return | void |