﻿<?xml version="1.0" encoding="utf-8"?><Type Name="SplitterEventArgs" FullName="System.Windows.Forms.SplitterEventArgs"><TypeSignature Language="C#" Value="public class SplitterEventArgs : EventArgs" /><AssemblyInfo><AssemblyName>System.Windows.Forms</AssemblyName><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo><Base><BaseTypeName>System.EventArgs</BaseTypeName></Base><Interfaces /><Attributes><Attribute><AttributeName>System.Runtime.InteropServices.ComVisible(true)</AttributeName></Attribute></Attributes><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>The <see cref="E:System.Windows.Forms.Splitter.SplitterMoving" /> event occurs when the user is moving the <see cref="T:System.Windows.Forms.Splitter" /> control. The <see cref="E:System.Windows.Forms.Splitter.SplitterMoved" /> event occurs when the user finishes moving the <see cref="T:System.Windows.Forms.Splitter" /> control. The <see cref="T:System.Windows.Forms.SplitterEventArgs" /> class specifies the position of the mouse pointer and the position of the upper-left corner of the <see cref="T:System.Windows.Forms.Splitter" /> control.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Provides data for <see cref="E:System.Windows.Forms.Splitter.SplitterMoving" /> and the <see cref="E:System.Windows.Forms.Splitter.SplitterMoved" /> events.</para></summary></Docs><Members><Member MemberName=".ctor"><MemberSignature Language="C#" Value="public SplitterEventArgs (int x, int y, int splitX, int splitY);" /><MemberType>Constructor</MemberType><Parameters><Parameter Name="x" Type="System.Int32" /><Parameter Name="y" Type="System.Int32" /><Parameter Name="splitX" Type="System.Int32" /><Parameter Name="splitY" Type="System.Int32" /></Parameters><Docs><remarks>To be added.</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Initializes an instance of the <see cref="T:System.Windows.Forms.SplitterEventArgs" /> class with the specified coordinates of the mouse pointer and the coordinates of the upper-left corner of the <see cref="T:System.Windows.Forms.Splitter" /> control.</para></summary><param name="x"><attribution license="cc4" from="Microsoft" modified="false" />The x-coordinate of the mouse pointer (in client coordinates). </param><param name="y"><attribution license="cc4" from="Microsoft" modified="false" />The y-coordinate of the mouse pointer (in client coordinates). </param><param name="splitX"><attribution license="cc4" from="Microsoft" modified="false" />The x-coordinate of the upper-left corner of the <see cref="T:System.Windows.Forms.Splitter" /> (in client coordinates). </param><param name="splitY"><attribution license="cc4" from="Microsoft" modified="false" />The y-coordinate of the upper-left corner of the <see cref="T:System.Windows.Forms.Splitter" /> (in client coordinates). </param></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="SplitX"><MemberSignature Language="C#" Value="public int SplitX { set; get; }" /><MemberType>Property</MemberType><ReturnValue><ReturnType>System.Int32</ReturnType></ReturnValue><Docs><value>To be added.</value><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>You can use this property along with the <see cref="P:System.Windows.Forms.SplitterEventArgs.SplitY" /> property of this class to determine the position of the <see cref="T:System.Windows.Forms.Splitter" /> control when the <see cref="E:System.Windows.Forms.Splitter.SplitterMoving" /> and <see cref="E:System.Windows.Forms.Splitter.SplitterMoved" /> events are raised.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets or sets the x-coordinate of the upper-left corner of the <see cref="T:System.Windows.Forms.Splitter" /> (in client coordinates).</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="SplitY"><MemberSignature Language="C#" Value="public int SplitY { set; get; }" /><MemberType>Property</MemberType><ReturnValue><ReturnType>System.Int32</ReturnType></ReturnValue><Docs><value>To be added.</value><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>You can use this property along with the <see cref="P:System.Windows.Forms.SplitterEventArgs.SplitX" /> property of this class to determine the position of the <see cref="T:System.Windows.Forms.Splitter" /> control when the <see cref="E:System.Windows.Forms.Splitter.SplitterMoving" /> and <see cref="E:System.Windows.Forms.Splitter.SplitterMoved" /> events are raised.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets or sets the y-coordinate of the upper-left corner of the <see cref="T:System.Windows.Forms.Splitter" /> (in client coordinates).</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="X"><MemberSignature Language="C#" Value="public int X { get; }" /><MemberType>Property</MemberType><ReturnValue><ReturnType>System.Int32</ReturnType></ReturnValue><Docs><value>To be added.</value><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>You can use this property along with the <see cref="P:System.Windows.Forms.SplitterEventArgs.Y" /> property of this class to determine the current location of the mouse pointer when the <see cref="E:System.Windows.Forms.Splitter.SplitterMoving" /> and <see cref="E:System.Windows.Forms.Splitter.SplitterMoved" /> events are raised.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets the x-coordinate of the mouse pointer (in client coordinates).</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="Y"><MemberSignature Language="C#" Value="public int Y { get; }" /><MemberType>Property</MemberType><ReturnValue><ReturnType>System.Int32</ReturnType></ReturnValue><Docs><value>To be added.</value><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>You can use this property along with the <see cref="P:System.Windows.Forms.SplitterEventArgs.X" /> property of this class to determine the current location of the mouse pointer when the <see cref="E:System.Windows.Forms.Splitter.SplitterMoving" /> and <see cref="E:System.Windows.Forms.Splitter.SplitterMoved" /> events are raised.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets the y-coordinate of the mouse pointer (in client coordinates).</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member></Members></Type>