PowerWEB LiveControls for ASP.NET
IsCallback Property
See Also  Send comments on this topic.
Dart.LiveControls Namespace > ILiveControl Interface : IsCallback Property



Gets the callback state of the PowerWEB control.

Syntax

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;}
C++/CLI 
property bool IsCallback {
   bool get();
   void set (    bool value);
}

Property Value

true if the PowerWEB control is currently in a callback state, false otherwise.

Remarks

Use the IsCallback property to differentiate between a postback and live callback.

Note This property is global to all PowerWEB controls.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.0.2
© 2012 Dart Communications. All Rights Reserved.