---
title: "What is event handling in VBScript?"  
description: "What is event handling in VBScript?"  
author: "Amit Singh"  
published: 2011-03-19  
updated: 2020-09-22  
canonical: https://www.mindstick.com/interview/553/what-is-event-handling-in-vbscript  
category: "vb script"  
tags: ["vb script"]  
reading_time: 1 minute  

---

# What is event handling in VBScript?

The actions that are performed by clicking, pressing keys, moving mouse, dragging and dropping etc are called as events. Event handling is the way to capture these events and perform the actions accordingly.

## Answers

### Answer by Amit Singh

The actions that are performed by clicking, pressing keys, moving mouse, dragging and dropping etc are called as events. Event handling is the way to capture these events and perform the actions accordingly.


---

Original Source: https://www.mindstick.com/interview/553/what-is-event-handling-in-vbscript

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
