Visual Basic (Declaration) | |
---|---|
Public Sub Refresh() |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As LiveImage instance.Refresh() |
C# | |
---|---|
public void Refresh() |
C++/CLI | |
---|---|
public: void Refresh(); |
When the request is an incoming callback, this method forces the control to update itself client-side (whether a change was detected within the control or not).
When the request is not an Ajax callback, this method has no effect.
Target Platforms: Microsoft .NET Framework 2.0