ClickEventArgs Interface

 

Provides data for the BeforeDoubleClick and BeforeRightClick events.

Namespace:   Microsoft.Office.Tools.Word
Assembly:  Microsoft.Office.Tools.Word (in Microsoft.Office.Tools.Word.dll)

[GuidAttribute("307bfad5-b108-4235-9612-e8d5da6b2f4d")]
public interface class ClickEventArgs

NameDescription
System_CAPS_pubpropertyCancel

Gets or sets a value indicating whether the event should be canceled.

System_CAPS_pubpropertySelection

Gets the current Selection.

The following code example demonstrates an event handler for the BeforeDoubleClick event. The event handler displays a message when the user double-clicks the document.

This example is for a document-level customization.

No code example is currently available or this language may not be supported.
Return to top
Show: