Intersoft ClientUI Documentation
IsCancel Method (QueryDropStateEventExtentions)



DragEventArgs
Gets a value that indicates whether the process is canceled or not.
Syntax
<ExtensionAttribute()>
Public Shared Function IsCancel( _
   ByVal args As QueryDropStateEventArgs _
) As Boolean
Dim args As QueryDropStateEventArgs
Dim value As Boolean
 
value = QueryDropStateEventExtentions.IsCancel(args)
[ExtensionAttribute()]
public static bool IsCancel( 
   QueryDropStateEventArgs args
)
[ExtensionAttribute()]
public:
static bool IsCancel( 
   QueryDropStateEventArgs^ args
) 

Parameters

args
DragEventArgs

Return Value

A value that indicates whether the process is canceled or not.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

QueryDropStateEventExtentions Class
QueryDropStateEventExtentions Members

Send Feedback