Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / ndp / fx / src / CommonUI / System / Drawing / Printing / PrintEvent.cs / 1 / PrintEvent.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Drawing.Printing { using System.Diagnostics; using System; using System.Drawing; using Microsoft.Win32; using System.ComponentModel; ////// /// public class PrintEventArgs : CancelEventArgs { private PrintAction printAction; ///Provides data for the ///and /// events. /// /// public PrintEventArgs() { } ////// Initializes a new instance of the ///class. /// /// /// internal PrintEventArgs(PrintAction action) { this.printAction = action; } ////// Initializes a new instance of the ///class. /// /// /// public PrintAction PrintAction { get { return printAction; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved./// Specifies which ///is causing this event. ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- SchemaNamespaceManager.cs
- DataServiceConfiguration.cs
- MaskDescriptor.cs
- XmlSchemaProviderAttribute.cs
- EffectiveValueEntry.cs
- InputScopeNameConverter.cs
- UnknownMessageReceivedEventArgs.cs
- _CacheStreams.cs
- OdbcRowUpdatingEvent.cs
- SourceChangedEventArgs.cs
- GridViewUpdateEventArgs.cs
- SecurityState.cs
- DrawingContext.cs
- TypeViewSchema.cs
- ProtocolsConfigurationHandler.cs
- DynamicActionMessageFilter.cs
- BulletedListEventArgs.cs
- KeyboardDevice.cs
- InstanceCreationEditor.cs
- AdvancedBindingPropertyDescriptor.cs
- XmlException.cs
- RangeValidator.cs
- HttpVersion.cs
- SmtpAuthenticationManager.cs
- StringCollection.cs
- ControlCollection.cs
- SpecularMaterial.cs
- documentsequencetextpointer.cs
- XmlObjectSerializer.cs
- NullReferenceException.cs
- ViewManagerAttribute.cs
- BoundPropertyEntry.cs
- FileDialogCustomPlace.cs
- DataTableMappingCollection.cs
- ThumbAutomationPeer.cs
- DefaultEventAttribute.cs
- StringToken.cs
- ByteConverter.cs
- Rotation3DAnimation.cs
- LinqDataSourceContextData.cs
- OdbcError.cs
- AnimatedTypeHelpers.cs
- DataGridViewRowHeightInfoPushedEventArgs.cs
- SrgsElementFactoryCompiler.cs
- InvokeGenerator.cs
- HwndTarget.cs
- ConfigsHelper.cs
- columnmapfactory.cs
- SafeFileHandle.cs
- HttpListenerResponse.cs
- HttpHostedTransportConfiguration.cs
- X509UI.cs
- ValidatingReaderNodeData.cs
- OpenTypeMethods.cs
- ProviderIncompatibleException.cs
- XmlBinaryReader.cs
- XmlSecureResolver.cs
- PropertyDescriptorGridEntry.cs
- ToolbarAUtomationPeer.cs
- ServiceHostingEnvironment.cs
- Rotation3D.cs
- TextSelectionHelper.cs
- DeploymentExceptionMapper.cs
- COMException.cs
- Parameter.cs
- DockAndAnchorLayout.cs
- DateTimeValueSerializerContext.cs
- InstanceKey.cs
- TemplatedEditableDesignerRegion.cs
- TemplatedAdorner.cs
- AuthenticationManager.cs
- AnyAllSearchOperator.cs
- GuidelineSet.cs
- UnsafeNativeMethods.cs
- TrackingMemoryStream.cs
- IncrementalHitTester.cs
- DataGridAutomationPeer.cs
- SmtpClient.cs
- Aggregates.cs
- InputScopeNameConverter.cs
- OrderedDictionary.cs
- StringExpressionSet.cs
- TextRange.cs
- ScalarOps.cs
- UserControl.cs
- CheckBoxBaseAdapter.cs
- DefaultIfEmptyQueryOperator.cs
- XmlSchemaAny.cs
- ComplexBindingPropertiesAttribute.cs
- CrossContextChannel.cs
- SequenceQuery.cs
- ThemeableAttribute.cs
- FixUp.cs
- LinqDataSourceInsertEventArgs.cs
- SafeNativeMethods.cs
- MenuBindingsEditorForm.cs
- BindingMemberInfo.cs
- Ref.cs
- LayoutTableCell.cs
- EntityModelSchemaGenerator.cs