PreTranslateMessageEventArgs Class
The event args given to listeners of the PreTranslateMessage event.
This API is not CLS-compliant.
Namespace: Microsoft.VisualStudio.PlatformUI.OleComponentSupport
Assembly: Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
Syntax
'Déclaration
<CLSCompliantAttribute(False)> _
Public Class PreTranslateMessageEventArgs _
Inherits EventArgs
'Utilisation
Dim instance As PreTranslateMessageEventArgs
[CLSCompliantAttribute(false)]
public class PreTranslateMessageEventArgs : EventArgs
[CLSCompliantAttribute(false)]
public ref class PreTranslateMessageEventArgs : public EventArgs
[<CLSCompliantAttribute(false)>]
type PreTranslateMessageEventArgs =
class
inherit EventArgs
end
public class PreTranslateMessageEventArgs extends EventArgs
Inheritance Hierarchy
System.Object
System.EventArgs
Microsoft.VisualStudio.PlatformUI.OleComponentSupport.PreTranslateMessageEventArgs
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
PreTranslateMessageEventArgs Members
Microsoft.VisualStudio.PlatformUI.OleComponentSupport Namespace