संपादन करना

के माध्यम से साझा करें


Form.HasDeactivateHandler Method

Definition

Returns true if the Deactivate event exists. This API is obsolete. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

public:
 virtual bool HasDeactivateHandler();
public virtual bool HasDeactivateHandler();
abstract member HasDeactivateHandler : unit -> bool
override this.HasDeactivateHandler : unit -> bool
Public Overridable Function HasDeactivateHandler () As Boolean

Returns

true if the Deactivate event exists; otherwise, false.

Applies to

See also