InkOverlaySelectionResizingEventArgs (Clase)
Actualización: noviembre 2007
Proporciona datos para los eventos SelectionResizing de los objetos SelectionResizing y de los controles SelectionResizing, que se producen cuando los trazos seleccionados están a punto de cambiar de tamaño.
Espacio de nombres: Microsoft.Ink
Ensamblado: Microsoft.Ink (en Microsoft.Ink.dll)
Sintaxis
'Declaración
<PermissionSetAttribute(SecurityAction.InheritanceDemand, Name := "FullTrust")> _
Public Class InkOverlaySelectionResizingEventArgs _
Inherits EventArgs
'Uso
Dim instance As InkOverlaySelectionResizingEventArgs
[PermissionSetAttribute(SecurityAction.InheritanceDemand, Name = "FullTrust")]
public class InkOverlaySelectionResizingEventArgs : EventArgs
[PermissionSetAttribute(SecurityAction::InheritanceDemand, Name = L"FullTrust")]
public ref class InkOverlaySelectionResizingEventArgs : public EventArgs
/** @attribute PermissionSetAttribute(SecurityAction.InheritanceDemand, Name = "FullTrust") */
public class InkOverlaySelectionResizingEventArgs extends EventArgs
public class InkOverlaySelectionResizingEventArgs extends EventArgs
Jerarquía de herencia
System.Object
System.EventArgs
Microsoft.Ink.InkOverlaySelectionResizingEventArgs
Seguridad para subprocesos
Todos los miembros static (Shared en Visual Basic) públicos de este tipo son seguros para la ejecución de subprocesos. No se garantiza que los miembros de instancias sean seguros para la ejecución de subprocesos.
Plataformas
Windows Vista
.NET Framework y .NET Compact Framework no admiten todas las versiones de cada plataforma. Para obtener una lista de las versiones compatibles, vea Requisitos de sistema de .NET Framework.
Información de versión
.NET Framework
Compatible con: 3.0
Vea también
Referencia
InkOverlaySelectionResizingEventArgs (Miembros)