Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / ndp / fx / src / xsp / System / Web / UI / ImageClickEventArgs.cs / 1 / ImageClickEventArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- /* */ namespace System.Web.UI { using System; using System.Security.Permissions; ////// [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] public sealed class ImageClickEventArgs : EventArgs { ///[To be supplied.] ////// public int X; ///[To be supplied.] ////// public int Y; ///[To be supplied.] ////// public ImageClickEventArgs(int x,int y) { this.X = x; this.Y = y; } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //[To be supplied.] ///// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- /* */ namespace System.Web.UI { using System; using System.Security.Permissions; ////// [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] public sealed class ImageClickEventArgs : EventArgs { ///[To be supplied.] ////// public int X; ///[To be supplied.] ////// public int Y; ///[To be supplied.] ////// public ImageClickEventArgs(int x,int y) { this.X = x; this.Y = y; } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.[To be supplied.] ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- XmlStreamedByteStreamReader.cs
- HasCopySemanticsAttribute.cs
- AppDomainManager.cs
- MultiTrigger.cs
- ExpressionEditorAttribute.cs
- PassportAuthentication.cs
- TraceListener.cs
- TextSchema.cs
- DataGridViewTextBoxColumn.cs
- ManualResetEventSlim.cs
- ServiceDescriptionSerializer.cs
- CodeSnippetCompileUnit.cs
- WindowsStatusBar.cs
- Span.cs
- XmlExtensionFunction.cs
- OracleEncoding.cs
- SID.cs
- RangeBase.cs
- EntityPropertyMappingAttribute.cs
- SchemaNames.cs
- VScrollBar.cs
- FlowDocumentReader.cs
- PermissionToken.cs
- EditorPartChrome.cs
- KeyTimeConverter.cs
- MarkupExtensionParser.cs
- CodeTypeReferenceCollection.cs
- InteropAutomationProvider.cs
- Helper.cs
- XmlWhitespace.cs
- SettingsSection.cs
- MimeMapping.cs
- WebBrowserProgressChangedEventHandler.cs
- DataServiceSaveChangesEventArgs.cs
- UnsafeCollabNativeMethods.cs
- TdsRecordBufferSetter.cs
- IImplicitResourceProvider.cs
- MsmqIntegrationAppDomainProtocolHandler.cs
- SqlNotificationEventArgs.cs
- RadialGradientBrush.cs
- Binding.cs
- _NestedSingleAsyncResult.cs
- RepeaterItemCollection.cs
- MethodExpression.cs
- TreeBuilderBamlTranslator.cs
- DBSchemaRow.cs
- smtppermission.cs
- ScriptRegistrationManager.cs
- RsaElement.cs
- AttributeCollection.cs
- MissingMethodException.cs
- BitmapFrameDecode.cs
- NullableDoubleAverageAggregationOperator.cs
- SettingsProviderCollection.cs
- MethodBody.cs
- Message.cs
- DocumentXmlWriter.cs
- MobileCategoryAttribute.cs
- SmtpTransport.cs
- UInt16.cs
- DesignSurfaceCollection.cs
- ResourceSet.cs
- MULTI_QI.cs
- MeshGeometry3D.cs
- DbConnectionStringCommon.cs
- MenuTracker.cs
- StringReader.cs
- StructuralObject.cs
- LoginView.cs
- RectangleGeometry.cs
- ByteStack.cs
- VideoDrawing.cs
- PointConverter.cs
- ImmComposition.cs
- SafeFileMappingHandle.cs
- Point3DAnimationUsingKeyFrames.cs
- DispatcherExceptionEventArgs.cs
- ScrollChangedEventArgs.cs
- PreservationFileWriter.cs
- UnauthorizedWebPart.cs
- WorkflowRuntimeServiceElementCollection.cs
- Span.cs
- ConfigUtil.cs
- AxisAngleRotation3D.cs
- ButtonChrome.cs
- ClientFormsIdentity.cs
- PointLightBase.cs
- _CookieModule.cs
- LogStore.cs
- ComponentDispatcherThread.cs
- EllipseGeometry.cs
- Literal.cs
- CodeDomConfigurationHandler.cs
- ObjectKeyFrameCollection.cs
- CodeDirectiveCollection.cs
- ObjectQuery.cs
- XsltSettings.cs
- TransformedBitmap.cs
- DataGridAutoGeneratingColumnEventArgs.cs
- ColumnWidthChangedEvent.cs