| Visual Basic (Declaration) | |
|---|---|
| Property IsCallback As Boolean | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
| Dim instance As ILiveControl Dim value As Boolean instance.IsCallback = value value = instance.IsCallback | |
| C# | |
|---|---|
| bool IsCallback {get; set;} | |
Property Value
true if the PowerWEB control is currently in a callback state, false otherwise.Use the IsCallback property to differentiate between a postback and live callback.
Note This property is global to all PowerWEB controls.
Target Platforms: Microsoft .NET Framework 2.0
 
  